

body

{ 
    background: linear-gradient(to left, #7f8c8d 1%, #ffcc99 70%);
     
}

*{text-decoration: none;

font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

font-weight: lighter;
    
    
    
    
    
    
}



/* unvisited link */

a:link {

    color: #7f8c8d;

  }

  

  /* visited link */

  a:visited {

    color: #A0A0A0;

  }

  

  /* mouse over link */

  a:hover {

    color: #353b3b;

  }

  

  /* selected link */

  a:active {

    color: #A0A0A0;}



div{
    background-image: linear-gradient(to left, #7f8c8d39 40%, #ffcc99 50%); 
    
    padding: 1px 10px; 

    margin: 20px;

    text-align: center; 

    font-size: 40px; 

    color: #7f8c8d;

    text-shadow: 4px 4px 4px #A0A0A0;}

#destra{

    border: 1px outset #e6b88a; 

    text-align: right; 

    font-size: 20px;

    color: #e6b88a;

    text-shadow: 0.5px 0.5px 0.5px #7f8c8d;}

#sinistra{

        text-align: left; 

        font-size: 25px;

        color: #e6b88a;

        text-shadow: 0.5px 0.5px 0.5px #3d4445;

        }

#centro{

        text-align: center; 

        font-size: 25px;
        
        color: #e6b88a;

        }